/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Hero Section */
.hero-section {
    width: 100%;
    padding: 60px 0;
    /* margin-bottom: 400px; */
}

.hero-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.hero-image-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* Benefits Section */
.benefits-section {
    background-color: #F4F1EA;
    padding: 60px 0;
}

.benefits-title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 40px;
    line-height: 45px;
    font-family: Gotham, sans-serif;
}

/* Brand Cards */
.brand-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.brand-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.discount-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    color: #000;
    padding: 5px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid #ddd;
    max-width: 245px;
}
.brand-bottom-text{
    font-size: 18px;
    font-weight: 500;
    color: #000000 !important;
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    font-family: Gotham, sans-serif;
}
.brand-logo-wrapper {
    height: 224px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0;
    background-color: #F5F5F5;
    flex-shrink: 0;
    padding: 0 0 40px;

}

.brand-logo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.brand-info {
    backgorund-color: #FFFFFF;
    padding: 10px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brand-category {
    display: inline-block;
    background: #DADADA;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    text-transform: capitalize;
    align-self: flex-start;
}

.brand-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    margin: 10px 0;
}

.brand-location {
    font-size: 0.9rem;
    color: #666;
    margin: 5px 0;
}

.location-icon {
    font-style: normal;
    margin-right: 5px;
}

/* Food Banner Section */
.food-banner-section {
    background: #fff;
    padding: 80px 0;
}

/*.food-banner {*/
/*    background: linear-gradient(135deg, #F4D03F 0%, #F9E79F 100%);*/
/*    padding: 60px;*/
/*    overflow: hidden;*/
/*}*/

.food-content {
    padding-right: 40px;
}

.food-title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.food-subtitle {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 1.6;
}

.food-image {
    text-align: center;
}

.food-image img {
    max-width: 100%;
    height: auto;
}

/* Brand Experiences Section */
.brand-experiences-section {
    background: #fff;
    padding-top: 60px ;
}

.experiences-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.experience-card {
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #fff;
    border: 1px solid #e0e0e0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.experience-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.experience-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    flex-shrink: 0;
}

.experience-content {
    padding: 20px;
    background: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.experience-category {
    display: inline-block;
    background: #FFF;
    color: #000;
    padding: 6px 16px;
    font-size: 0.7rem;
    font-weight: 600;
    border: 1px solid #000;
    margin-bottom: 15px;
    text-transform: capitalize;
    align-self: flex-start;
}

.experience-logo {
    text-align: center;
    margin: 20px 0;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.experience-brand-name {
    width: 359px;
    height: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #162456;
    margin: 15px 0 10px;
    line-height: 24px;
    font-family: Gotham, sans-serif;
}

.experience-description {
    font-size: 0.9rem;
    color: #162456;
    margin-bottom: 0px;
    line-height: 1.6;
    flex: 1;
}

.p-block{
    padding-block: 15px;
}
.experience-meta {
    margin-top: auto;
    padding-top: 15px;
}

.experience-date,
.experience-location {
    font-size: 0.85rem;
    color: #080808;
    margin: 5px 0;
    font-weight: 500;
}


.sale-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0rem !important;
    padding-top:30px;
}

.sale-dates {
    font-size: 38px;
    font-weight: 700;
    color: #000;
}

.sale-description {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    max-width: 1135px;
    margin: 20px auto 19px;
}

.super-sale-title {
    margin-top: 30px;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    line-height: 40px;
    font-family: Gotham, sans-serif;
 
}

.bottom-heading-text{
    background: #F4F1EA;
    margin-top: 50px;
}

/* Buttons */
.btn-dark {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s ease;
    margin-bottom:35px;
}

.btn-dark:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
    .benefits-title {
        font-size: 1.5rem;
    }

    .food-banner {
        padding: 40px 30px;
    }

    .food-title {
        font-size: 3rem;
    }

    .food-content {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .experiences-title {
        font-size: 2rem;
    }

    .sale-title {
        font-size: 2rem;
    }

    .sale-dates {
        font-size: 1.5rem;
    }

    .super-sale-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 30px 0;
    }

    .hero-image-container {
        height: 280px;
    }

    .benefits-title {
        font-size: 1.3rem;
    }

    .food-banner {
        padding: 30px 20px;
    }

    .food-title {
        font-size: 2rem;
    }

    .food-subtitle {
        font-size: 0.9rem;
    }

    .brand-card {
        margin-bottom: 20px;
    }

    .experiences-title {
        font-size: 1.8rem;
    }

    .experience-card {
        margin-bottom: 20px;
    }

    .experience-img {
        height: 200px;
    }

    .sale-title {
        font-size: 1.5rem;
    }

    .sale-dates {
        font-size: 1.2rem;
    }

    .super-sale-title {
        font-size: 1.2rem;
    }

    .btn-dark {
        padding: 12px 35px;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .food-title {
        font-size: 1.8rem;
    }

    .discount-badge {
        font-size: 0.65rem;
        padding: 4px 8px;
    }

    /*.brand-logo-wrapper {*/
    /*    height: 120px;*/
    /*}*/

    .experiences-title {
        font-size: 1.5rem;
    }
}

